In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / AddGraphicsToPath Method

AddGraphicsToPath Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function AddGraphicsToPath( _

   ByVal GraphicsPath As GraphicsPath _

) As GdPictureStatus
public GdPictureStatus AddGraphicsToPath( 

   GraphicsPath GraphicsPath

)
public function AddGraphicsToPath( 

    GraphicsPath: GraphicsPath

): GdPictureStatus; 
public function AddGraphicsToPath( 

   GraphicsPath : GraphicsPath

) : GdPictureStatus;
public: GdPictureStatus AddGraphicsToPath( 

   GraphicsPath* GraphicsPath

) 
public:

GdPictureStatus AddGraphicsToPath( 

   GraphicsPath^ GraphicsPath

) 

Parameters

GraphicsPath
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members